HTTPConnection

Undocumented in source.

Constructors

this
this(TcpStream sock)
Undocumented in source.

Members

Functions

httpClose
void httpClose()
Undocumented in source. Be warned that the author may not have intended to support it.
httpWrite
void httpWrite(StreamWriteBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
localAddress
Address localAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
onActive
void onActive()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
onTimeOut
void onTimeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
post
void post(void delegate() call)
Undocumented in source. Be warned that the author may not have intended to support it.
remoteAddress
Address remoteAddress()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

httpSession
httpSession [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
httpSession
HTTPSession httpSession [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ServerConnection

resetSocket
void resetSocket(TcpStream socket)
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
active
bool active()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] data, DataWrittenHandler cback)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(StreamWriteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
restTimeout
void restTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
tcpStream
TcpStream tcpStream [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
onActive
void onActive()
Undocumented in source.
onClose
void onClose()
Undocumented in source.
onRead
void onRead(ubyte[] data)
Undocumented in source.

From SessionDown

httpWrite
void httpWrite(StreamWriteBuffer buffer)
Undocumented in source.
httpClose
void httpClose()
Undocumented in source.
post
void post(void delegate() )
Undocumented in source.
localAddress
Address localAddress()
Undocumented in source.
remoteAddress
Address remoteAddress()
Undocumented in source.

Meta